モデル実行の中止
モデルの実行を停止するには、execution_id
をAbort Executionエンドポイントに送信します。IDが認識されると、レスポンスのステータスは204となり、モデル実行の停止処理が開始されます。
方法
DELETE -> http://localhost:8000/execution_service/api/v1/executions/{execution_id}
また、SwaggerでAbort Executionエンドポイントを探索することもできます:
http://localhost:8000/ execution_service/docs#/Execution/abort_execution_execution_service_api_v1_executions__execution_id__delete
ヘッダー
名前 | 値 |
---|---|
Authorization | bearer <access_token> |